10. Quantization Quiz

Quantization Quiz

Why would we want to use integers instead of floating points?

SOLUTION:
  • Integer arithmetic can be faster than floating point arithmetic
  • Low Memory Footprint
  • More Arithmetic Throughput

In this context, arithmetic throughput refers to the number of calculations that can be processed per unit time.